home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / util / shell+startup-tools / cookie20 / makefile < prev    next >
Encoding:
Makefile  |  1991-01-14  |  149 b   |  10 lines

  1. # makefile for karl's PD fortune cookie program
  2.  
  3. all:    cookie cookhash
  4.  
  5. cookie:    cookie.h
  6.     cc -o cookie cookie.c
  7.  
  8. cookhash:
  9.     cc -o cookhash cookhash.c
  10.